<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*橙色主题*/
:root {
  --colour1: #f26305;
  --colour2: #333333;
  --colour3: #e15900;
  --colour4: rgba(242,99,5,.8);
  --colour5: rgba(242,99,5,.25);
}
.icon{background-image: url("/templets/pb0668/static/images/icon_orange.png");display: inline-block;vertical-align: middle;}</pre></body></html>